home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / Miscellaneous / WindowBar / UserStartup•WindowBar < prev    next >
Encoding:
Text File  |  1995-10-11  |  1.1 KB  |  31 lines  |  [TEXT/MPS ]

  1. Set WindowBarCmds "{ShellDirectory}WindowBarCmds:"
  2. export WindowBarCmds
  3.  
  4. Set CheckInFileTypes "a:c:cp:asm:exp:make:p:ignore:r:h:i"
  5.  
  6. InstallIcon -n "SaveActive" 129 "save ∂"∂{Active∂}∂""
  7. InstallIcon -n "PrintActive" 130 "print ∂"∂{Active∂}∂""
  8.  
  9. InstallIcon -n "CompareWithFile" 136 "∂"∂{WindowBarCmds∂}∂"CompareWithFile"
  10. InstallIcon -n "CompareWithRevision" -f {CheckInFileTypes} 137 ∂
  11.         "∂"∂{WindowBarCmds∂}∂"CompareWithRevision"
  12.  
  13. InstallIcon -n "OrphanFile" -f {CheckInFileTypes} 128 ∂
  14.         "∂"∂{WindowBarCmds∂}∂"OrphanActiveFile"
  15. InstallIcon -n "MROActive" -f {CheckInFileTypes} 134 ∂
  16.         "∂"∂{WindowBarCmds∂}∂"ModifyReadOnlyActive"
  17.  
  18. InstallIcon -n "CheckInActive" -f {CheckInFileTypes} 132 ∂
  19.         "∂"∂{BBSCmds∂}CheckWindowIn∂" ∂"∂{Active∂}∂" ∑∑ ∂"∂{WorkSheet∂}∂""
  20. InstallIcon -n "CheckOutActive" -f {CheckInFileTypes} 133 ∂
  21.         "∂"∂{BBSCmds∂}CheckWindowOut∂" ∂"∂{Active∂}∂" ∑∑ ∂"∂{WorkSheet∂}∂""
  22.  
  23. InstallIcon -n "UpdateToLatest" -f {CheckInFileTypes} 135 ∂
  24.         "∂"∂{WindowBarCmds∂}∂"UpdateToLatest"
  25.  
  26. InstallIcon -n "NewEmptyCFunction" -f "c:cp" 138 ∂
  27.         "∂"∂{WindowBarCmds∂}∂"NewEmptyCFunction"
  28. InstallIcon -n "NewFileHeader" -f "c:cp:h:i" 139 ∂
  29.         "∂"∂{WindowBarCmds∂}∂"NewFileHeader"
  30.  
  31.